Serial_ Mode
TODO: REPLACE
Content copied to clipboard
meshtastic.ModuleConfig.SerialConfig.Serial_Mode
Properties
Link copied to clipboard
NMEA messages specifically tailored for CalTopo
Content copied to clipboard
CALTOPO = 5;
Link copied to clipboard
DEFAULT = 0;
Link copied to clipboard
Used to configure and view some parameters of MeshSolar.
https://heltec.org/project/meshsolar/
Content copied to clipboard
MS_CONFIG = 8;
Link copied to clipboard
NMEA = 4;
Link copied to clipboard
PROTO = 2;
Link copied to clipboard
SIMPLE = 1;
Link copied to clipboard
TEXTMSG = 3;
Link copied to clipboard
VE.Direct is a serial protocol used by Victron Energy products
https://beta.ivc.no/wiki/index.php/Victron_VE_Direct_DIY_Cable
Content copied to clipboard
VE_DIRECT = 7;
Link copied to clipboard
Ecowitt WS85 weather station
Content copied to clipboard
WS85 = 6;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun internalGetValueMap(): Internal.EnumLiteMap<ModuleConfigProtos.ModuleConfig.SerialConfig.Serial_Mode>
Link copied to clipboard
open fun valueOf(desc: Descriptors.EnumValueDescriptor): ModuleConfigProtos.ModuleConfig.SerialConfig.Serial_Mode
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.